Photo by Irina Iriser

Diagrams

Vlaanderen is wetenschap
  • Trying out embedding for mermaid diagrams
    (see quarto documentation here or blog post here).
  • The fig-width parameter doesn’t seem to control much (see issue here).

flowchart LR
    A[A] --> B(B)
    B --> C{C}
    C -->|Yes| D[D]
    C -->|No| E[E]

A mermaid flowchart.

Image (svg)

Vlaanderen is wetenschap
  • Including an image based on an .svg file.

A .svg file with text.

An image (svg)

Next slide

Vlaanderen is wetenschap